SipClientUnregister Method (String, String) |
Cancels user's registration from the server.
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic RequestResponse Unregister(
string uri,
string from
)
Public Function Unregister (
uri As String,
from As String
) As RequestResponse
Parameters
- uri
- Type: SystemString
A string represents domain name, name or IP address of SIP server. - from
- Type: SystemString
A string contains the address of the user responsible for the registration.
Return Value
Type:
RequestResponseA
RequestResponse containing sent
Request and received appropriate
Response.
See Also